home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / loneagle / autoexec.le < prev    next >
Text File  |  1995-06-25  |  461b  |  16 lines

  1. @echo off
  2. path c:\;c:\dos;c:\mouse;c:\gmouse;c:\loneagle;
  3. prompt $p$g
  4. @echo Attempting to Run a Mouse Driver.
  5. @echo .
  6. @echo If none is available the game will still run, but no mouse will be
  7. @echo available.
  8. @echo .
  9. rem You may need to change this "MOUSE" below to match the name of
  10. rem your mouse driver (ie. GMOUSE,CMOUSE etc).
  11. mouse.com
  12. c:
  13. @echo Now Change directory to the game's directory (ie. CD\LONEAGLE)
  14. @echo and then type LE!  ENJOY!!
  15.  
  16.